MPISiblingGroup

@Serializable
data class MPISiblingGroup(val label: String, val siblings: List<String>)

MPISiblingGroup represents a group of related MPINavigatable.MPILocation

Constructors

Link copied to clipboard
constructor(label: String, siblings: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard

An array of ids of MPINavigatable.MPILocation under the same MPISiblingGroup